home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Audio, Video & Photo / Screenshot Captor 2.44.01 / ScreenshotCaptorSetup.exe / ConfigDir.ini < prev    next >
Text File  |  2008-10-04  |  2KB  |  52 lines

  1. // IMPORTANT NOTE: Lines starting with // are COMMENTS; you need to remove // to make a line active
  2.  
  3. // CONFIGDIR = %MYDOCUMENTS%
  4.  
  5.  
  6. // This file (ConfigDir.ini) defines the directory where all configuration
  7. //  files for the program will be stored.
  8. // There should be only 1 actual line in this file that has any meaning,
  9. //  the CONFIGDIR assignmane above.  Everything else here is just comments.
  10. //
  11. // By default it is normally set to the program directory itself, meaning
  12. //  that all configuration/ini/settings/preferences will be store here
  13. //  with this ConfigDir.ini file.  This is also best for when you want to
  14. //  put the program on a usb drive.
  15. // Sometimes it is preferable to store the configuration files in a
  16. //  different directory, like a "C:\Documents and Settings" subdirectory
  17. //  which is designed to store program configuration data, or a custom
  18. //  directory specified by a user on a separate drive.
  19. //
  20. // TIPS:
  21. // 1. You can comment out lines by prefacing them with //
  22. // 2. You can use the following replacements:
  23. //     . (actual program directory -- use this for portable usb, etc.)
  24. //     %MYDOCUMENTS% (like C:\My Documents)
  25. //     %APPDATA% (like C:\Documents and Settings\{username}\Application Data)
  26. //     %PROFILE% (like C:\Documents and Settings\{username})
  27. //     %COMMONAPPDATA% (like C:\Documents and Settings\All Users\Application Data)
  28. // 3. The specified directory will be created if it doesn't exist.
  29. // 4. If configuration files are not found in the specified directory,
  30. //     any existing configuration files in the app dir will be copied
  31. //     from the app dir to the specified directory.
  32. // 5. If you edit this file while the program is running you need to
  33. //     exit and restart the program before it will take effect.
  34. //
  35. // EXAMPLES:
  36. //    CONFIGDIR=.
  37. //    CONFIGDIR=%MYDOCUMENTS%
  38. //    CONFIGDIR=E:\MyCleverSettings\
  39. //    CONFIGDIR=%APPDATA%
  40. //
  41. // NOTE: the company and application subdirectory name will automatically be
  42. //  added to the path specified (except for %APPDIR% which includes the name
  43. //  already, i.e.:
  44. //    "E:\MyCleverSettings" -> "E:\MyCleverSettings\DonationCoder\AppName\"
  45. //
  46. //
  47. // NEW:
  48. //  You can now signify that an app should run in portable mode (no files saved to anything but app dir)
  49. //  by specifying the uncommented line:
  50. //   PORTABLE=TRUE
  51. //
  52. /////////////////////////////////////////////////////////////////////////////